﻿2026-07-23T09:35:24.5635536Z ##[group]Run actions/checkout@v5
2026-07-23T09:35:24.5636351Z with:
2026-07-23T09:35:24.5636758Z   repository: BigscreenVR/spt-bs-core
2026-07-23T09:35:24.5639982Z   token: ***
2026-07-23T09:35:24.5640367Z   ssh-strict: true
2026-07-23T09:35:24.5640752Z   ssh-user: git
2026-07-23T09:35:24.5641148Z   persist-credentials: true
2026-07-23T09:35:24.5641573Z   clean: true
2026-07-23T09:35:24.5641983Z   sparse-checkout-cone-mode: true
2026-07-23T09:35:24.5642455Z   fetch-depth: 1
2026-07-23T09:35:24.5642830Z   fetch-tags: false
2026-07-23T09:35:24.5643215Z   show-progress: true
2026-07-23T09:35:24.5643606Z   lfs: false
2026-07-23T09:35:24.5643972Z   submodules: false
2026-07-23T09:35:24.5644354Z   set-safe-directory: true
2026-07-23T09:35:24.5644789Z   allow-unsafe-pr-checkout: false
2026-07-23T09:35:24.5645456Z ##[endgroup]
2026-07-23T09:35:24.6442446Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-23T09:35:24.6444228Z ##[group]Getting Git version info
2026-07-23T09:35:24.6444957Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-23T09:35:24.6446051Z [command]/usr/bin/git version
2026-07-23T09:35:24.6446523Z git version 2.43.0
2026-07-23T09:35:24.6447936Z ##[endgroup]
2026-07-23T09:35:24.6456927Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/3cf81d67-7215-4aaa-8b5f-1215e768e3be' before making global git config changes
2026-07-23T09:35:24.6458196Z Adding repository directory to the temporary git global config as a safe directory
2026-07-23T09:35:24.6459706Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-23T09:35:24.6492198Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-23T09:35:24.6510833Z https://github.com/BigscreenVR/spt-bs-core
2026-07-23T09:35:24.6521460Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-23T09:35:24.6523860Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-23T09:35:24.6542757Z refs/heads/main
2026-07-23T09:35:24.6549562Z [command]/usr/bin/git checkout --detach
2026-07-23T09:35:24.6599624Z HEAD is now at be6884f4 Merge pull request #65 from BigscreenVR/docs/release-hygiene-mechanisms
2026-07-23T09:35:24.6669733Z [command]/usr/bin/git branch --delete --force main
2026-07-23T09:35:24.6697772Z Deleted branch main (was be6884f4).
2026-07-23T09:35:24.6766214Z ##[endgroup]
2026-07-23T09:35:24.6769420Z [command]/usr/bin/git submodule status
2026-07-23T09:35:24.6957237Z ##[group]Cleaning the repository
2026-07-23T09:35:24.6959857Z [command]/usr/bin/git clean -ffdx
2026-07-23T09:35:25.3393794Z Removing target/
2026-07-23T09:35:25.3405195Z [command]/usr/bin/git reset --hard HEAD
2026-07-23T09:35:25.3461841Z HEAD is now at be6884f4 Merge pull request #65 from BigscreenVR/docs/release-hygiene-mechanisms
2026-07-23T09:35:25.3467895Z ##[endgroup]
2026-07-23T09:35:25.3469257Z ##[group]Disabling automatic garbage collection
2026-07-23T09:35:25.3472649Z [command]/usr/bin/git config --local gc.auto 0
2026-07-23T09:35:25.3502343Z ##[endgroup]
2026-07-23T09:35:25.3503671Z ##[group]Setting up auth
2026-07-23T09:35:25.3507264Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-23T09:35:25.3535036Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-23T09:35:25.3730513Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-23T09:35:25.3757721Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-23T09:35:25.3952708Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-23T09:35:25.3980521Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-23T09:35:25.4173207Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-23T09:35:25.4202886Z ##[endgroup]
2026-07-23T09:35:25.4204716Z ##[group]Fetching the repository
2026-07-23T09:35:25.4210646Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +2342fd631f1feabcbd4405eac49da2e5c31beee5:refs/remotes/origin/main
2026-07-23T09:35:26.0115059Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-23T09:35:26.0117430Z  + be6884f4...2342fd63 2342fd631f1feabcbd4405eac49da2e5c31beee5 -> origin/main  (forced update)
2026-07-23T09:35:26.0138059Z ##[endgroup]
2026-07-23T09:35:26.0139494Z ##[group]Determining the checkout info
2026-07-23T09:35:26.0141024Z ##[endgroup]
2026-07-23T09:35:26.0143490Z [command]/usr/bin/git sparse-checkout disable
2026-07-23T09:35:26.0181368Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-23T09:35:26.0203922Z ##[group]Checking out the ref
2026-07-23T09:35:26.0205621Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-07-23T09:35:26.0409046Z Warning: you are leaving 1 commit behind, not connected to
2026-07-23T09:35:26.0410721Z any of your branches:
2026-07-23T09:35:26.0411381Z 
2026-07-23T09:35:26.0412472Z   be6884f4 Merge pull request #65 from BigscreenVR/docs/release-hygiene-mechanisms
2026-07-23T09:35:26.0414306Z 
2026-07-23T09:35:26.0415130Z If you want to keep it by creating a new branch, this may be a good time
2026-07-23T09:35:26.0416844Z to do so with:
2026-07-23T09:35:26.0417406Z 
2026-07-23T09:35:26.0417874Z  git branch <new-branch-name> be6884f4
2026-07-23T09:35:26.0418734Z 
2026-07-23T09:35:26.0419365Z Switched to a new branch 'main'
2026-07-23T09:35:26.0420646Z branch 'main' set up to track 'origin/main'.
2026-07-23T09:35:26.0423760Z ##[endgroup]
2026-07-23T09:35:26.0454645Z [command]/usr/bin/git log -1 --format=%H
2026-07-23T09:35:26.0475579Z 2342fd631f1feabcbd4405eac49da2e5c31beee5
